Autogenerated HTML docs for v1.7.4.1-234-ga3513 
diff --git a/git-rebase.html b/git-rebase.html index 5b586fb..0c03e11 100644 --- a/git-rebase.html +++ b/git-rebase.html 
@@ -467,8 +467,9 @@  /   D---E---F---G master</tt></pre>   </div></div>  -<div class="paragraph"><p>The latter form is just a short-hand of <tt>git checkout topic</tt>  -followed by <tt>git rebase master</tt>.</p></div>  +<div class="paragraph"><p><strong>NOTE:</strong> The latter form is just a short-hand of <tt>git checkout topic</tt>  +followed by <tt>git rebase master</tt>. When rebase exits <tt>topic</tt> will  +remain the checked-out branch.</p></div>   <div class="paragraph"><p>If the upstream branch already contains a change you have made (e.g.,   because you mailed a patch which was applied upstream), then that commit   will be skipped. For example, running &#8216;git rebase master` on the  @@ -1486,7 +1487,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2010-12-13 08:31:26 UTC  +Last updated 2011-03-15 00:57:20 UTC   </div>   </div>   </body>